LiveEventState

enum LiveEventState : Enum<LiveEventState>

An enum that provides information about the states of a live event.

Since

1.0.0

Entries

Link copied to clipboard
@SerializedName(value = "ended")
ENDED(StringSet.ended)

Indicates a live event has ended.

Link copied to clipboard
@SerializedName(value = "ongoing")
ONGOING(StringSet.ongoing)

Indicates a live event is ongoing and participants can receive media streaming of host.

Link copied to clipboard
@SerializedName(value = "ready")
READY(StringSet.ready)

Indicates a live event is ready to get started and participants can enter and chat.

Link copied to clipboard
@SerializedName(value = "created")
CREATED(StringSet.created)

Indicates a live event is created and host can enter.

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int
Link copied to clipboard
val value: String